home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / K-CS.DCR / 00430_Venteloop.ls < prev    next >
Encoding:
Text File  |  2001-10-25  |  134 b   |  14 lines

  1. global StartTid
  2.  
  3. on new me
  4.   startTimer()
  5. end
  6.  
  7. on exitFrame
  8.   if the timer < 400 then
  9.     go(#loop)
  10.   else
  11.     go(#next)
  12.   end if
  13. end
  14.